home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / print / allofit.exe / PPDS.EXE / QMS860.PPD < prev    next >
PostScript Printer Description  |  1992-09-09  |  14KB  |  400 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS-Hammerhead " versions 2011.21
  4. *% Date: 9/3/92
  5. *FormatVersion: "4.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8. *PCFilename: "QMS860.PPD"
  9. *Product: "(QMS 860 Print System)"
  10. *Product: "QMS 860 Print System"
  11. *PSVersion: "(2011.22) 15"
  12. *NickName: "QMS 860 Print System v2011.22 r15"
  13.  
  14. *% ==== Options and Constraints ====
  15.  
  16. *OpenGroup: InstallableOptions/Options Installed
  17.  
  18. *OpenUI *Option1/Optional Input Tray: Boolean
  19. *DefaultOption1: False
  20. *Option1 True/Installed: ""
  21. *Option1 False/Not Installed: ""
  22. *CloseUI: *Option1
  23.  
  24. *CloseGroup: InstallableOptions
  25.  
  26. *UIConstraints: *Option1 False *InputSlot 3
  27.  
  28. *% General Information and Defaults ===============
  29. *LanguageLevel: "2"
  30. *FreeVM: "1169523"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *VariablePaperSize: False
  34. *FileSystem: True
  35. *?FileSystem: "
  36.   statusdict begin diskonline 
  37.   {(True)}{(False)} ifelse = flush end"
  38. *End
  39. *Throughput: "8"
  40. *Password: "0"
  41. *ExitServer: "
  42.   count 0 eq {  % is the password on the stack?
  43.     true 
  44.   }{
  45.     dup    % potential password
  46.     statusdict begin checkpassword end not 
  47.   } ifelse 
  48.   {  %  if no password or not valid 
  49.     (WARNING : Cannot perform the exitserver command.) = 
  50.     (Password supplied is not valid.) = 
  51.     (Please contact the author of this software.) = flush
  52.     quit 
  53.   } if 
  54.   serverdict begin exitserver
  55. "
  56. *End
  57.  
  58. *Reset: "(WARNING : Cannot reset printer.) = "
  59.  
  60. *OpenUI *Resolution: PickOne
  61. *OrderDependency: 10 AnySetup *Resolution
  62. *DefaultResolution: 600dpi
  63. *Resolution 300dpi: "statusdict begin 300 setresolution end"
  64. *Resolution 600dpi: "statusdict begin 600 setresolution end"
  65. *?Resolution: "
  66. save
  67.   statusdict begin resolution end
  68.   128 string cvs dup print (x) print print (dpi) = flush
  69. restore
  70. "
  71. *End
  72. *CloseUI: *Resolution
  73.  
  74. *% Halftone Information ===============
  75. *ScreenFreq: "60.0"
  76. *ScreenAngle: "45.0"
  77. *DefaultScreenProc: Dot
  78. *ScreenProc Dot: " {
  79. abs exch abs 2 copy add 1 gt 
  80.  {1 sub dup mul exch 1 sub dup mul add 1 sub }
  81.  {dup mul exch dup mul add 1 exch sub }
  82.  ifelse 
  83. }"
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93.  
  94. *OpenUI *PageSize: PickOne
  95. *OrderDependency: 30 AnySetup *PageSize
  96. *DefaultPageSize: Letter
  97. *PageSize Letter/Letter 8 1/2 x 11 in: "statusdict begin lettertray end"
  98. *PageSize Executive/Executive: "statusdict begin executivetray end"
  99. *PageSize Legal/Legal 8 1/2 x 14 in: "statusdict begin legaltray end"
  100. *PageSize Tabloid/Tabloid 11 x 17 in: "statusdict begin 11x17tray end"
  101. *PageSize Universal/Universal 11.7 x 17 in: "statusdict begin universaltray end"
  102. *PageSize A3/A3 297 x 420 mm: "statusdict begin a3tray end"
  103. *PageSize A4/A4 210 x 297 mm: "statusdict begin a4tray end"
  104. *PageSize A5/A5 148 x 210 mm: "statusdict begin a5tray end"
  105. *PageSize A6/A6 105 x 148 mm: "statusdict begin a6tray end"
  106. *PageSize B4/B4 257 x 364 mm: "statusdict begin b4tray end"
  107. *PageSize B5/B5 182 x 257 mm: "statusdict begin b5tray end"
  108. *PageSize B6/B6 129 x 182 mm: "statusdict begin b6tray end"
  109. *?PageSize: "
  110.  save statusdict begin
  111.   12 dict begin
  112.    /letter (Letter) def 
  113.    /executivepage (Executive) def
  114.    /legal (Legal) def
  115.    /11x17 (Tabloid) def 
  116.    /universal (Universal) def
  117.    /a3 (A3) def 
  118.    /a4 (A4) def
  119.    /a5 (A5) def 
  120.    /a6 (A6) def
  121.    /b4 (B4) def 
  122.    /b5 (B5) def 
  123.    /b6 (B6) def 
  124.    papersize {
  125.      {load exec} stopped not{= flush}if
  126.    }{
  127.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  128.    }ifelse
  129.   end
  130.  end restore
  131. "
  132. *End
  133. *CloseUI: PageSize
  134.  
  135. *% These entries will set up the frame buffer. Usually used with manual feed.
  136. *OpenUI *PageRegion: PickOne
  137. *OrderDependency: 40 AnySetup *PageRegion
  138. *DefaultPageRegion: Letter
  139. *PageRegion Letter/Letter 8 1/2 x 11 in: "letter"
  140. *PageRegion Executive/Executive: "executivepage"
  141. *PageRegion Legal/Legal 8 1/2 x 14 in: "legal"
  142. *PageRegion Tabloid/Tabloid 11 x 17 in: "11x17"
  143. *PageRegion Universal/Universal 11.7 x 17 in: "universal"
  144. *PageRegion A3/A3 297 x 420 mm: "a3"
  145. *PageRegion A4/A4 210 x 297 mm: "a4"
  146. *PageRegion A5/A5 148 x 210 mm: "a5"
  147. *PageRegion A6/A6 105 x 148 mm: "a6"
  148. *PageRegion B4/B4 257 x 364 mm: "b4"
  149. *PageRegion B5/B5 182 x 257 mm: "b5"
  150. *PageRegion B6/B6 129 x 182 mm: "b6"
  151. *CloseUI: *PageRegion
  152.  
  153. *% The following entries provide information about specific paper keywords.
  154. *DefaultImageableArea: Letter
  155. *ImageableArea Letter/Letter 8 1/2 x 11 in: "10 10 598 780 "
  156. *ImageableArea Executive/Executive: "10 14 510 746 "
  157. *ImageableArea Legal/Legal 8 1/2 x 14 in: "10 14 600 998 "
  158. *ImageableArea Tabloid/Tabloid 11 x 17 in: "10 14 780 1214 "
  159. *ImageableArea Universal/Universal 11.7 x 17 in: "10 14 830 1214 "
  160. *ImageableArea A3/A3 297 x 420 mm: "10 14 830 1181 "
  161. *ImageableArea A4/A4 210 x 297 mm: "10 10 580 830 "
  162. *ImageableArea A5/A5 148 x 210 mm: "10 10 405 583 "
  163. *ImageableArea A6/A6 105 x 148 mm: "10 14 286 411 "
  164. *ImageableArea B4/B4 257 x 364 mm: "10 14 717 1021 "
  165. *ImageableArea B5/B5 182 x 257 mm: "10 10 501 717 "
  166. *ImageableArea B6/B6 129 x 182 mm: "10 14 352 506 "
  167. *?ImageableArea: "
  168.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  169.   newpath clippath pathbbox
  170.   4 -2 roll exch 2 {ceiling cvp} repeat
  171.   exch 2 {floor cvp} repeat flush
  172.  restore
  173. "
  174. *End
  175.  
  176. *% These provide the physical dimensions of the paper (by keyword)
  177. *DefaultPaperDimension: Letter
  178. *PaperDimension Letter/Letter 8 1/2 x 11 in: "612 792"
  179. *PaperDimension Executive/Executive: "522 756"
  180. *PaperDimension Legal/Legal 8 1/2 x 14 in: "612 1008"
  181. *PaperDimension Tabloid/Tabloid 11 x 17 in: "792 1224"
  182. *PaperDimension Universal/Universal 11.7 x 17 in: "842 1224"
  183. *PaperDimension A3/A3 297 x 420 mm: "842 1190"
  184. *PaperDimension A4/A4 210 x 297 mm: "595 842"
  185. *PaperDimension A5/A5 148 x 210 mm: "420 595"
  186. *PaperDimension A6/A6 105 x 148 mm: "297 420"
  187. *PaperDimension B4/B4 257 x 364 mm: "729 1032"
  188. *PaperDimension B5/B5 182 x 257 mm: "516 729"
  189. *PaperDimension B6/B6 129 x 182 mm: "365 516"
  190.  
  191. *DefaultOutputBin: Upper
  192.  
  193. *OpenUI *InputSlot: PickOne
  194. *OrderDependency: 20 AnySetup *InputSlot
  195. *DefaultInputSlot: 1
  196. *InputSlot 1/Standard: "statusdict begin 1 setpapertray end"
  197. *InputSlot 2/Lower: "statusdict begin 2 setpapertray end"
  198. *InputSlot 3/Optional: "statusdict begin 3 setpapertray end"
  199. *?InputSlot: "
  200.  save statusdict begin
  201.   3 dict begin
  202.    /1 (Standard) def
  203.    /2 (Lower) def
  204.    /3 (Optional) def
  205.    papertray 
  206.      {( ) cvs cvn load exec} stopped not{= flush}if
  207.   end
  208.  end restore
  209. "
  210. *End
  211. *CloseUI: *InputSlot
  212.  
  213. *OpenUI *ManualFeed: Boolean
  214. *OrderDependency: 20 AnySetup *ManualFeed
  215. *DefaultManualFeed: False
  216. *ManualFeed True: "statusdict begin /manualfeed true store end"
  217. *ManualFeed False: "statusdict begin /manualfeed false store end"
  218. *?ManualFeed: "
  219.   statusdict /manualfeed get
  220.   {(True)}{(False)}ifelse = flush"
  221. *End
  222. *CloseUI: *ManualFeed
  223.  
  224. *DefaultOutputOrder: Normal
  225.  
  226. *% Font Information =====================
  227.  
  228. *DefaultFont: Courier
  229. *Font AvantGarde-Book: Standard "(001.002)"
  230. *Font AvantGarde-BookOblique: Standard "(001.002)"
  231. *Font AvantGarde-Demi: Standard "(001.003)"
  232. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  233. *Font Bookman-Demi: Standard "(001.001)"
  234. *Font Bookman-DemiItalic: Standard "(001.001)"
  235. *Font Bookman-Light: Standard "(001.001)"
  236. *Font Bookman-LightItalic: Standard "(001.001)"
  237. *Font Courier: Standard "(001.005)"
  238. *Font Courier-Bold: Standard "(001.005)"
  239. *Font Courier-BoldOblique: Standard "(001.005)"
  240. *Font Courier-Oblique: Standard "(001.005)"
  241. *Font Helvetica: Standard "(001.002)"
  242. *Font Helvetica-Bold: Standard "(001.002)"
  243. *Font Helvetica-BoldOblique: Standard "(001.002)"
  244. *Font Helvetica-Condensed: Standard "(001.001)"
  245. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  246. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  247. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  248. *Font Helvetica-Narrow: Standard "(001.002)"
  249. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  250. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  251. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  252. *Font Helvetica-Oblique: Standard "(001.002)"
  253. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  254. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  255. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  256. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  257. *Font Palatino-Bold: Standard "(001.002)"
  258. *Font Palatino-BoldItalic: Standard "(001.002)"
  259. *Font Palatino-Italic: Standard "(001.002)"
  260. *Font Palatino-Roman: Standard "(001.001)"
  261. *Font Symbol: Special "(001.003)"
  262. *Font Times-Bold: Standard "(001.002)"
  263. *Font Times-BoldItalic: Standard "(001.004)"
  264. *Font Times-Italic: Standard "(001.002)"
  265. *Font Times-Roman: Standard "(001.002)"
  266. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  267. *Font ZapfDingbats: Special "(001.002)"
  268.  
  269. *?FontQuery: "
  270. save  4 dict begin /sv exch def
  271. /str (fonts/                              ) def
  272. /st2 128 string def
  273. {
  274.   count 0 gt {
  275.     dup st2 cvs (/) print print (:) print
  276.     dup FontDirectory exch known {pop (Yes)}{
  277.      str exch st2 cvs dup length /len exch def
  278.      6 exch putinterval str 0 len 6 add getinterval mark exch
  279.      { } st2 filenameforall counttomark 0 gt {
  280.       cleartomark (Yes)}{cleartomark (No)}ifelse
  281.     }ifelse = flush
  282.   }{ exit } ifelse
  283. } bind loop
  284. (*) = flush
  285. sv end restore
  286. "
  287. *End
  288.  
  289. *?FontList: "
  290. save  2 dict begin /sv exch def
  291. /str 128 string def
  292. FontDirectory { pop == } bind forall flush
  293. /filenameforall where { 
  294.  pop save (fonts/*) { 
  295.   dup length 6 sub 6 exch getinterval cvn == 
  296.  } bind str filenameforall flush restore
  297. } if 
  298. (*) = flush
  299. sv end restore
  300. "
  301. *End
  302.  
  303. *% Printer Messages (verbatim from printer):
  304.  
  305. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  306. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  307. *Message: "\FontName\ not found, using Courier"
  308.  
  309. *% Status (format: %%[ status: <one of these> ]%% )
  310. *Status: "idle"
  311. *Status: "busy"
  312. *Status: "waiting"
  313. *Status: "printing"
  314. *Status: "warming up"
  315.  
  316. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  317. *Source: "serial25"
  318. *Source: "AppleTalk"
  319. *Source: "Centronics"
  320.  
  321. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  322.  
  323. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  324.  
  325. *% Color Separation Information =====================
  326.  
  327. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  328.  
  329. *InkName: ProcessBlack/Process Black
  330. *InkName: CustomColor/Custom Color
  331. *InkName: ProcessCyan/Process Cyan
  332. *InkName: ProcessMagenta/Process Magenta
  333. *InkName: ProcessYellow/Process Yellow
  334.  
  335. *%  For 60 lpi / 300 dpi  ===============================
  336.  
  337. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  338. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  339. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  340. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  341. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  342.  
  343. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  347. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348.  
  349. *%  For 53 lpi / 300 dpi  ===============================
  350.  
  351. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  352. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  353. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  354. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  355. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  356.  
  357. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  358. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  359. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  360. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  361. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  362.  
  363. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  364.  
  365. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  366. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  367. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  368. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  369. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  370.  
  371. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  372. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  373. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  374. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  375. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  376.  
  377. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  378. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  379. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  380. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  381. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  382. "
  383. *End
  384.  
  385. *%  For 71 lpi / 600 dpi  ===============================
  386.  
  387. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  388. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  389. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  390. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  391. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  392.  
  393. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  394. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  395. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  396. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  397. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  398.  
  399. *% end of PPD file for QMS-Hammerhead
  400.